html {
    scroll-behavior: smooth;
}
.header-hero h5:before {
    content: "";
    height: 1px;
    background: #fff;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: -50px;
    right: auto;
    width: 150px;
    top: 50%;
}
.logo-img {
    width: 100%;
}
.text-line.text-primary:before {
    background-color: #000000;
}

/* Certificate Css */
.dot {
    width: 10px;
    height: 10px;
    background-color: #b7b7b7;
    border-radius: 50%;
}

.outer-frame {
    border: 2px solid #b7b7b7;
    border-radius: 10px;
    max-width: 420px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    margin: auto;
}

.inner-frame {
    border: 2px solid #b7b7b7;
    border-radius: 5px;
    overflow: visible;
    position: relative;
    padding: 0.4rem;
}

.certificate {
    height: 15rem;
}
.landscap .certificate {
    height: auto;
}
.dot-pos-top {
    left: -6px;
    position: absolute;
}

.dot-pos-bottom {
    right: -6px;
    position: absolute;
}

.dot-top-0 {
    top: 25px;
}
.dot-top-1 {
    top: 45px;
}
.dot-top-2 {
    top: 65px;
}
.dot-top-3 {
    top: 85px;
}

.dot-bottom-0 {
    bottom: 25px;
}
.dot-bottom-1 {
    bottom: 45px;
}
.dot-bottom-2 {
    bottom: 65px;
}
.dot-bottom-3 {
    bottom: 85px;
}
.custom-line {
    background-color: #444444;
    height: 9px;
    border-radius: 10px;
}
.compliance-table.table > :not(caption) > * > * {
    padding: 0.4rem 0.9rem;
    font-size: 15px;
}

.bg-purple {
    background: #de0c85 !important;
}
.circle-icon {
    width: 60px;
    height: 60px;
    border: 1px dotted red;
    background-color: white;
    border-radius: 50%;
}
.contact-card-h {
    height: 9rem;
}

.contact-card-h .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; /* full height to enable vertical centering */
    text-align: center;
}

.faqs-dropdown .accordion-wrapper .card-header button:before {
    left: auto !important;
    right: 1.3rem !important;
    font-size: 1.5rem !important;
    color: var(--bs-primary);
    padding: 0 !important;
    margin: 0 !important;
}
/* About Page */
.frame {
    width: 9rem;
}

.home-banner .swiper-slide {
    height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner .swiper-slide img {
    height: 100% !important;
    width: 100% !important;
}
.swiper-container .swiper img {
    max-height: 100% !important;
}
.our-brand {
    height: 61vh;
}
/* Image pop up */

.image-modal {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
}
.image-modal.show {
    display: flex !important;
}
.thumbnail-scroller::-webkit-scrollbar {
    height: 8px;
}
.thumbnail-scroller::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
}
.thumbnail-scroller::-webkit-scrollbar-track {
    background: transparent;
}

#thumbnailsContainer img {
    cursor: pointer;
    height: 70px;
    margin-right: 8px;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}
#thumbnailsContainer img.active-thumb {
    border-color: #fff;
}
#imageModal {
    z-index: 9999;
}

.distributor.swiper-hero,
.swiper-hero .swiper-slide {
    height: 600px !important;
}

.about-img {
    height: 25rem;
}

.about-img img {
    width: 100%;
    height: 100%;
}
/* Our Team */

.team-profile {
    width: 175px;
}

.core-value-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 15px;
}

.core-value-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
/* Mobile (up to 576px) */
@media (max-width: 576px) {
    .swiper-hero .swiper-slide.tab-view-slider {
        height: 600px !important;
    }
    .home-banner .swiper-slide {
        height: 30vh !important;
    }
    .core-value:not(:last-child)::after {
        background-color: transparent;
    }
    .vh-55 {
        height: 30vh !important;
    }
}

/* Tablet (577px to 991px) */
@media (min-width: 577px) and (max-width: 991px) {
    .swiper-hero .swiper-slide.tab-view-slider {
        height: 400px !important;
    }
}

/* Laptop/Desktop (992px and above) */
@media (min-width: 992px) {
    .swiper-hero .swiper-slide.tab-view-slider {
        height: 100vh !important;
    }
}
